reflect.abiSeq.stackBytes (field)
13 uses
reflect (current package)
abi.go#L88: stackBytes uintptr // stack space used
abi.go#L101: println("stack", a.stackBytes)
abi.go#L143: a.stackBytes = align(a.stackBytes, uintptr(t.Align()))
abi.go#L317: a.stackBytes = align(a.stackBytes, alignment)
abi.go#L322: stkOff: a.stackBytes,
abi.go#L324: a.stackBytes += size
abi.go#L437: stackCallArgsSize := in.stackBytes
abi.go#L438: retOffset := align(in.stackBytes, goarch.PtrSize)
abi.go#L451: out.stackBytes = retOffset
abi.go#L466: out.stackBytes -= retOffset
type.go#L2822: Size_: align(abid.retOffset+abid.ret.stackBytes, goarch.PtrSize),
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |